home *** CD-ROM | disk | FTP | other *** search
-
-
-
- MMMMPPPPIIII____IIIINNNNIIIITTTTIIIIAAAALLLLIIIIZZZZEEEEDDDD((((3333)))) MMMMPPPPIIII____IIIINNNNIIIITTTTIIIIAAAALLLLIIIIZZZZEEEEDDDD((((3333))))
-
-
-
- NNNNAAAAMMMMEEEE
- MMMMPPPPIIII____IIIInnnniiiittttiiiiaaaalllliiiizzzzeeeedddd - Indicates whether MMMMPPPPIIII____IIIInnnniiiitttt(3) has been called
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- C:
-
- #include <mpi.h>
-
- int MPI_Initialized( _f_l_a_g )
- int *_f_l_a_g;
-
-
- C++:
-
- #include <mpi.h>
-
- bool Is_initialized()
-
-
- Fortran:
-
- INCLUDE "mpif.h" (or USE MPI)
-
- LOGICAL _f_l_a_g
- INTEGER _i_e_r_r_o_r
-
- CALL MPI_INITIALIZED(_f_l_a_g, _i_e_r_r_o_r)
-
-
- SSSSTTTTAAAANNNNDDDDAAAARRRRDDDDSSSS
- This release implements the MPI 1.2 standard, as documented by the MPI
- Forum in the spring 1997 release of _M_P_I: _A _M_e_s_s_a_g_e _P_a_s_s_i_n_g _I_n_t_e_r_f_a_c_e
- _S_t_a_n_d_a_r_d.
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- The MMMMPPPPIIII____IIIInnnniiiittttiiiiaaaalllliiiizzzzeeeedddd routine indicates whether the MMMMPPPPIIII____IIIInnnniiiitttt(3) routine has
- been called. This routine accepts the following parameter:
-
- _f_l_a_g Returns a flag with a value of ttttrrrruuuueeee if MMMMPPPPIIII____IIIInnnniiiitttt(3) has been
- called and a value of ffffaaaallllsssseeee if it has not been called.
-
- _i_e_r_r_o_r Specifies the return code value for successful completion,
- which is in MPI_SUCCESS. MPI_SUCCESS is defined in the mmmmppppiiiiffff....hhhh
- file.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- MMMMPPPPIIII____IIIInnnniiiitttt(3)
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-